home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Dead Stripping < prev    next >
Encoding:
Internet Message Format  |  1996-07-03  |  742 b   |  [TEXT/ttxt]

  1. Subject:     Dead Stripping
  2. Sent:        7/3/96 8:27 AM
  3. Received:    7/3/96 9:23 AM
  4. From:        Paul Mylchreest, paulm@teamsoft.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Dear ODF Team,
  9.  
  10. I have run into a small problem regarding Dead Stripping.
  11.  
  12. I have subclassed <FW_CSuperView> into <CClassA>. Everything is fine.
  13. However, when I subclasse <CClassA> into <CClassB>, the only method that is
  14. not stripped is <FW_DoNotDeadStripCClassB()>.  There is no multiple
  15. inheritance involved.
  16.  
  17.  
  18.  
  19. While I'm at it, is there any problem with deriving <CClassB> from
  20. FW_MReceiver? The class have to be declared auto-destruct. Is this a
  21. problem?
  22.  
  23. Thanks,
  24.  
  25. Paul
  26.  
  27.  
  28.